home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.cbm
- Path: io.org!torfree!fjb
- From: fjb@torfree.net (Jim Butterfield)
- Subject: Re: Help: Basic and ML
- Message-ID: <DLLvnI.KKI.0.sheppard@torfree.net>
- Organization: Toronto Free-Net
- X-Newsreader: TIN [version 1.2 PL2]
- References: <31028422.783F@itr.qc.ca>
- Date: Mon, 22 Jan 1996 23:23:42 GMT
-
- Christian Lambert (Christian_Lambert@itr.qc.ca) wrote:
- : --
-
- : AlainLambert
- : INTERNET Trois-Rivieres inc. * Site Web : http://www.itr.qc.ca
- : Email: christian@itr.qc.ca
-
-
- : I need to poke some ML data at the end of basic and I do not remember
- : how that is done. It has to do with location 55 and 56.
- : Can anyone give me an example code so I can poke my code after basic and
- : SYS to the address.
- : Email please
-
- Yes, I know you said EMail ... but then, how will others know if you
- got an answer or not?
- Your question is hard to follow. Do you want to poke some ML data
- _from_ the end of Basic to somewhere else, or to poke some ML data _to_
- the end of Basic?
- The pointer you mention (at 55/56) is, on the 64, the top-of-memory
- pointer. So perhaps you want to copy stuff from end-of-Basic to top of
- memory?
- Adresses 45 and 46 on the C64 point to the space directly behind the
- Basic program. But you'd better be careful if you want to meddle with
- this, since the first variable you use will be plunked at that address
- (unless you change it before use).
- Maybe you can be more specific?
- --Jim
-
-